docs: avoid ambiguous return tags
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 00:15:34 +0000 (19:15 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 17:41:16 +0000 (12:41 -0500)
gtk/deprecated/gtkstyle.h
gtk/gtkheaderbar.c
gtk/gtkicontheme.h
gtk/gtkmenutrackeritem.c

index d5bf9d7b3439ccd8923dfdb55374118165f2e2d1..4239e674e962d40e5faa11771346283c6bdbbffd 100644 (file)
@@ -55,7 +55,7 @@ typedef struct _GtkRcProperty  GtkRcProperty;
  * GTK_STYLE_ATTACHED:
  * @style: a #GtkStyle.
  *
- * Returns whether the style is attached to a window.
+ * Returns: whether the style is attached to a window.
  */
 #define GTK_STYLE_ATTACHED(style)       (GTK_STYLE (style)->attach_count > 0)
 
index 96261847652950c4ccc657f676ee301f2bb366a6..1289f164cdc058f2ffa06ece3091b7c87fd73c04 100644 (file)
@@ -2043,7 +2043,7 @@ gtk_header_bar_set_has_subtitle (GtkHeaderBar *bar,
  * gtk_header_bar_get_has_subtitle:
  * @bar: a #GtkHeaderBar
  *
- * Returns whether the header bar reserves space
+ * Returns: %TRUE if the header bar reserves space
  * for a subtitle.
  *
  * Since: 3.12
index cb1368af44caa0eafae69ee4fec5be2908b70bcc..6ae42b515863527d297d91eef4fd645a24ae1ff7 100644 (file)
@@ -111,7 +111,7 @@ struct _GtkIconThemeClass
  * @GTK_ICON_LOOKUP_GENERIC_FALLBACK: Try to shorten icon name at '-'
  *   characters before looking at inherited themes. For more general
  *   fallback, see gtk_icon_theme_choose_icon(). Since 2.12.
- * @GTK_ICON_LOOKUP_FORCE_SIZE: Always return the icon scaled to the
+ * @GTK_ICON_LOOKUP_FORCE_SIZE: Always get the icon scaled to the
  *   requested size. Since 2.14.
  * 
  * Used to specify options for gtk_icon_theme_lookup_icon()
index ddcbc0bfc681d4bbdc2fbc4025a1f44cb2cdfd24..d944e9666b88643edc34a483d90b9f29f981d2e9 100644 (file)
@@ -546,7 +546,7 @@ _gtk_menu_tracker_item_get_observable (GtkMenuTrackerItem *self)
  * gtk_menu_tracker_item_get_is_separator:
  * @self: A #GtkMenuTrackerItem instance
  *
- * Returns whether the menu item is a separator. If so, only
+ * Returns: whether the menu item is a separator. If so, only
  * certain properties may need to be obeyed. See the documentation
  * for #GtkMenuTrackerItem.
  */
@@ -560,7 +560,7 @@ gtk_menu_tracker_item_get_is_separator (GtkMenuTrackerItem *self)
  * gtk_menu_tracker_item_get_has_submenu:
  * @self: A #GtkMenuTrackerItem instance
  *
- * Returns whether the menu item has a submenu. If so, only
+ * Returns: whether the menu item has a submenu. If so, only
  * certain properties may need to be obeyed. See the documentation
  * for #GtkMenuTrackerItem.
  */